home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Life: SuperPac
/
SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO
/
pc
/
demos
/
nile
/
senet.exe
/
senet.DXR
/
00024_Main Game Loop.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1995-05-04
|
375 b
|
17 lines
on exitFrame
global theSenetGame
if not gameOver(theSenetGame) then
if the playerMoving of theSenetGame = the computerPlayer of theSenetGame then
makeComputerMove(theSenetGame)
end if
go(the frame)
else
resetGame(theSenetGame)
repeat with x = 1 to 48
puppetSprite(x, 0)
end repeat
StartTheGame()
go("StartGame")
end if
end